home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-294.nasl < prev    next >
Text File  |  2005-03-31  |  2KB  |  57 lines

  1. # This script was automatically generated from the dsa-294
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Brian Campbell discovered two security-related problems in
  12. gkrellm-newsticker, a plugin for the gkrellm system monitor program,
  13. which provides a news ticker from RDF feeds.  The Common
  14. Vulnerabilities and Exposures project identifies the following
  15. problems:
  16. For the stable distribution (woody) these problems have been fixed in
  17. version 0.3-3.1.
  18. The old stable distribution (potato) is not affected since it doesn\'t
  19. contain gkrellm-newsticker packages.
  20. For the unstable distribution (sid) these problems is not yet fixed.
  21. We recommend that you upgrade your gkrellm-newsticker package.
  22.  
  23.  
  24. Solution : http://www.debian.org/security/2003/dsa-294
  25. Risk factor : High';
  26.  
  27. if (description) {
  28.  script_id(15131);
  29.  script_version("$Revision: 1.5 $");
  30.  script_xref(name: "DSA", value: "294");
  31.  script_cve_id("CAN-2003-0205", "CAN-2003-0206");
  32.  script_bugtraq_id(7414, 7415);
  33.  
  34.  script_description(english: desc);
  35.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  36.  script_name(english: "[DSA294] DSA-294-1 gkrellm-newsticker");
  37.  script_category(ACT_GATHER_INFO);
  38.  script_family(english: "Debian Local Security Checks");
  39.  script_dependencies("ssh_get_info.nasl");
  40.  script_require_keys("Host/Debian/dpkg-l");
  41.  script_summary(english: "DSA-294-1 gkrellm-newsticker");
  42.  exit(0);
  43. }
  44.  
  45. include("debian_package.inc");
  46.  
  47. w = 0;
  48. if (deb_check(prefix: 'gkrellm-newsticker', release: '3.0', reference: '0.3-3.1')) {
  49.  w ++;
  50.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package gkrellm-newsticker is vulnerable in Debian 3.0.\nUpgrade to gkrellm-newsticker_0.3-3.1\n');
  51. }
  52. if (deb_check(prefix: 'gkrellm-newsticker', release: '3.0', reference: '0.3-3.1')) {
  53.  w ++;
  54.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package gkrellm-newsticker is vulnerable in Debian woody.\nUpgrade to gkrellm-newsticker_0.3-3.1\n');
  55. }
  56. if (w) { security_hole(port: 0, data: desc); }
  57.